runtime.timer.unlockAndRun (method)

4 uses

	runtime (current package)
		time.go#L461: 				t.unlockAndRun(now) // resets t.when
		time.go#L1051: 	t.unlockAndRun(now)
		time.go#L1062: func (t *timer) unlockAndRun(now int64) {
		time.go#L1407: 		t.unlockAndRun(now)